home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Collection 8 / CD-ROM Collection 8 - Disc 1.iso / pc / data / panic.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  1997-07-25  |  128 b   |  9 lines

  1. on mouseDown
  2.   set the ink of sprite 4 to 2
  3.   updateStage()
  4.   repeat while stillDown()
  5.   end repeat
  6.   cursor(4)
  7.   play done
  8. end
  9.